home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 12 / Mac Magazin and MacEasy Magazine CD - Issue 12.iso / Sharewarebibliothek / DFÜ / Internet / HTML Web Weaver / HTML Web Weaver 2.5.2 / HTML Web Weaver 2.5.2.rsrc / STR#_130.txt < prev    next >
Text File  |  1995-07-03  |  2KB  |  46 lines

  1. Email To
  2.  
  3. Email To is a HTML tag to allow the user to send email from their browser (if supported) to a specific email address (usually you!).
  4.  
  5. Forms
  6.  
  7. Forms is an HTML tag used to create text fields, buttons and other items for the user to send information to your Web Server. Check out the URL
  8. http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/fill-out-forms/overview.html
  9. for more details.
  10.  
  11. Use this menu to add HTML tags to your document. Some tags will require you to select text to be labeled with it's tag. With some other tags it is optional.
  12.  
  13. Paragraph Break
  14.  
  15. Unlike documents in most word processers, carriage returns in HTML files aren't significant. So to indicate were a new paragraph should begin a <P> is used. ¬∂ is the name I use for the <P> tag.
  16.  
  17. List
  18.  
  19. A list is multiple lines of text that is displayed in numbered, unnumbered or description rows.
  20.  
  21. Link
  22.  
  23. A link is a marker allowing the user to access files, gopher servers, WAIS servers, news groups, telnet sessions and other http servers.
  24.  
  25. Line Break
  26.  
  27. The Line Break command ( <BR> ) is used to force a line break (By contrast, most browsers format the <P> paragraph tag with an aditional blank line, Link Break does not).
  28.  
  29. Horizontal Line
  30.  
  31. Used to display a horizontal line the width of the browser window.
  32.  
  33. Glossary
  34.  
  35. A glossary consists of a word that is to be defined (which is displayed at the top left of the entry) and it's definition (just below the word and indented on the first line).
  36.  
  37. Files & Images
  38.  
  39. Files & Images insertion is a marker to an external file such as a movie, gif or other file (with the proper file name suffix).
  40. When the user selects the marker the Web browser downloads and if possible opens/plays the file.
  41.  
  42. Anchor
  43.  
  44. An anchor is used as a link to go to a specific location in your file. Note: the anchor resides in the file being linked to, but the HTML document that created the link must specify which anchor to go to or else the default is the beginning.
  45.  
  46.